FROMGIT: iommu/arm-smmu-qcom: add actlr settings for mdss on Qualcomm…#196
Open
bibekpatro wants to merge 2 commits intoqualcomm-linux:qcom-6.18.yfrom
Open
FROMGIT: iommu/arm-smmu-qcom: add actlr settings for mdss on Qualcomm…#196bibekpatro wants to merge 2 commits intoqualcomm-linux:qcom-6.18.yfrom
bibekpatro wants to merge 2 commits intoqualcomm-linux:qcom-6.18.yfrom
Conversation
… platforms Add ACTLR settings for missing MDSS devices on Qualcomm platforms. These are QoS settings and are specific to per SoC thus different settings, eg: some have shallow prefetch while others have no prefetch. Aswell, this prefetch feature is not implemented for all the platforms, capturing to those are implemented to the best of my knowledge. Link: https://lore.kernel.org/all/[email protected]/ Reviewed-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Charan Teja Kalla <[email protected]> Signed-off-by: Bibek Kumar Patro <[email protected]>
…775p
The ACTLR configuration for the sa8775p MDSS client was inadvertently
dropped while reworking the commit f91879fdf70b ("iommu/arm-smmu-qcom:
Add actlr settings for mdss on Qualcomm platforms"). Without this
entry, the sa8775p MDSS block does not receive the intended default
ACTLR configuration.
Restore the missing compatible entry so that the platform receives the
expected behavior.
Link: https://lore.kernel.org/all/[email protected]/
Signed-off-by: Bibek Kumar Patro <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… platforms
Add ACTLR settings for missing MDSS devices on Qualcomm platforms.
These are QoS settings and are specific to per SoC thus different settings, eg: some have shallow prefetch while others have no prefetch.
Aswell, this prefetch feature is not implemented for all the platforms, capturing to those are implemented to the best of my knowledge.
Link: https://lore.kernel.org/all/[email protected]/
Reviewed-by: Dmitry Baryshkov [email protected]
Reviewed-by: Konrad Dybcio [email protected]